- Change default TYPEPHP_WASM_BROWSER from 1 to 0 in build script - Add PHP extensions panel to WASM hello example UI with dynamic loading - Update project.yml schema to require explicit 'browser' or 'component' values - Modify help text to reflect component as default WASI output - Update documentation to clarify component vs browser build profiles - Remove legacy boolean and array config formats for wasm option - Add validation for unsupported profile aliases like 'web' - Refactor profile normalization to only accept 'browser' or 'component' - Update tests to verify new configuration behavior and error handlingpull/46/head
parent
9e26887c03
commit
ac16f5fbac
12 changed files with 100 additions and 45 deletions
@ -1,9 +1,8 @@ |
||||
name: wasm-hello |
||||
mode: bin |
||||
target-platform: wasm32-wasip2 |
||||
build-dir: build |
||||
output: component/wasm-hello.wasm |
||||
sources: |
||||
- src |
||||
wasm: true |
||||
wasm: browser |
||||
wasm-browser-dir: generated |
||||
|
||||
Loading…
Reference in new issue