-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
765d380
commit f5564ca
Showing
3 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.DS_Store | ||
/target | ||
Cargo.lock | ||
/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Test-v0.0.1 | ||
|
||
- date: 2024-12-04 | ||
- tester: Will Sheng | ||
|
||
## Goal | ||
|
||
- init | ||
- check | ||
- install | ||
- config | ||
- create | ||
- run | ||
- studio | ||
- wasm | ||
- pkg | ||
|
||
## Platforms | ||
|
||
### Macos | ||
|
||
- [x] Goal | ||
|
||
#### Issues | ||
|
||
##### Makepad Wasm | ||
|
||
``` | ||
Uncaught SyntaxError: unexpected token: '{' | ||
use {WasmWebGL} from './makepad_platform/web_gl.js' | ||
``` | ||
|
||
### Windows | ||
|
||
- [x] Goal | ||
|
||
#### Issues | ||
|
||
##### Makepad Wasm | ||
|
||
``` | ||
Uncaught SyntaxError: unexpected token: '{' | ||
use {WasmWebGL} from './makepad_platform/web_gl.js' | ||
``` | ||
|
||
##### pkg | ||
|
||
1. Missing resource files | ||
2. Need to run `cargo build --release` before package (missing target/releases/${project.exe}) | ||
3. setup_exe can not execute in other windows computer (link: 1) | ||
|
||
### Linux (Ubuntu) | ||
|
||
- [x] Goal |