Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
1bb35612
Commit
1bb35612
authored
Dec 28, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Emscripten readme and build batch file.
parent
a102ae07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
tests/README.md
tests/README.md
+4
-1
tests/mal_build_tests_emscripten.bat
tests/mal_build_tests_emscripten.bat
+1
-1
No files found.
tests/README.md
View file @
1bb35612
...
@@ -16,4 +16,7 @@ work for me for some reason. Then, run the relevant batch file:
...
@@ -16,4 +16,7 @@ work for me for some reason. Then, run the relevant batch file:
mal_build_tests_emscripten.bat
mal_build_tests_emscripten.bat
The output will be placed in the bin folder.
The output will be placed in the bin folder. If you have output WASM it may not work when
\ No newline at end of file
running the web page locally. To test you can run with something like this:
emrun bin/mal_test_0_emscripten.html
\ No newline at end of file
tests/mal_build_tests_emscripten.bat
View file @
1bb35612
emcc
./mal_test_0.c
-o
./bin/mal_test_0_emscripten.html
emcc
./mal_test_0.c
-o
./bin/mal_test_0_emscripten.html
-O
3
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment