This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
bd42fe3357
piston
/
packages
/
zig
/
0.10.1
/
environment
5 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve isolation, execution limits and execution metrics by using Isolate (#683) * Initial: use Isolate for isolation * Continue: use Isolate for isolation * Bug fixes * timeout is wall-time for backward compatibility * Documentation, signal names, reported time in ms * Report memory usage in bytes * Add privileged flags where needed * Remove tmpfs * Remove tmpfs * Fix package installation * Fix path, fix Zig: CRLF -> LF
2024-09-08 03:58:40 +02:00
#!/usr/bin/env bash
# compiler path
export PATH=$PWD/bin:$PATH