/
concept-collection
/
stan-remote-sampling
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
stan-remote-sampling
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
stan-remote-sampling
/
src
/
main.tsx
9 lines · 209 B
Code
Blame
History
9ca3682
Stan remote sampling: compile via stan-wasm-wasi, sample via wasm-exec
Jeremy Magland
1 month ago
1
import
{
StrictMode
}
from
"react"
;
2
import
{ createRoot }
from
"react-dom/client"
;
3
import
App
from
"./App"
;
4
5
createRoot
(
document
.
getElementById
(
"root"
)!).
render
(
6
<
StrictMode
>
7
<
App
/>
8
</
StrictMode
>
,
9
);
↑
↓
move
↵
open
esc
close